A comprehensive template to kickstart amazing React projects! This project comes pre-configured with linting, webpack, routing, and unit tests using Jest.
- Visit the React Cake Template Repository.
- Click on the "Use this template" button.
- Name your new repository and click on "Create repository from template".
- Clone the newly created repository to your computer.
- Open the project in your favorite code editor.
- Install the dependencies using the command
npm install
. - Start coding! Use the pre-configured scripts like
npm start
to launch the development server.
npm start
: Starts the development server.npm start-prod
: Starts the production server.npm run build
: Builds the project for production.npm test
: Runs the tests.npm run lint
: Runs linting on the files.npm run lint:fix
: Runs linting and fixes issues.
Created by Rafael Boschini. Get in touch: [email protected]