This is my blog source code.
It is built using ReactJS and Redux.
This is also highly based on the MERN Project for the development environment.
git clone https://github.com/itaywaisman/blog.git
cd blog
npm install
npm start
-
npm run start
- starts the development server with hot reloading enabled -
npm run build
- bundles the code to './dist' folder. -
npm run clean
- cleans the build code from the './dist' folder. -
npm run slate
- deletes the 'node_modules' folders and runs npm install. -
npm run lint
- runs linter to check for lint errors -
npm run test
- start the test runner -
npm run watch:test
- start the test runner with watch mode
This code is release under the MIT License.