This is a template repository for React.js projects.
- React.js
- ESLint
- Prettier
- Click the
Use this templatebutton. - Create a new repository.
- Clone the repository.
- Install dependencies.
npm install- Start development server.
npm start- Build for production.
npm run build