A highly scalable, professional boilerplate for building fast, robust and adaptable mern web apps
CookieScript is a boilerplate created by getspooky and maintained by a team of developers. It utilizes familiar tools and best practices to provide a solid development experience. The project does not impose a specific development philosophy or framework, allowing developers to architect their code in their own preferred way.
git clone --depth=1 https://github.com/getspooky/CookieScript.git <YOUR_PROJECT_NAME>cd <YOUR_PROJECT_NAME>npm run install to install dependencies and clean the git repo.npm run start to see the example app at http://localhost:8080.npm run serve.CookieScript is a boilerplate project that provides a solid development experience for MERN (MongoDB, Express, React, Node.js) stack development. It offers features like React.js, Redux, hot reloading, ESNext, and offline-first capabilities. The boilerplate is customizable and doesn’t impose a specific development framework. It includes a config directory for managing project configurations, and it follows a directory structure suitable for both small and large application development.