⚛️ A workshop to get started with React
- React 101 + Graphql
- Web Performance
- SEO for web developer
- Boilerplate using Razzle
- React.js
- Apollo
- Click "Use this template" to create your own repo
- Clone the repo to your local
$ git clone [email protected]:mazipan/react-workshop.git
- Move to the project's directory
$ cd react-workshop
- Install dependency
$ npm i
- Run the project
$ npm run dev
Open in http://localhost:3000/
Command | Description |
---|---|
npm run dev |
Run development mode with HMR |
npm run build |
Build the project for production deployment |
npm run prod |
Run the project after build, to replicate prod env |
© 2021 from 🇮🇩