⚛️ A workshop to get started with React
- React 101 + Graphql
- Web Performance
- SEO for web developer
- Boilerplate using Razzle
- React.js
- Apollo
- Clone the repo to your local
$ git clone git@github.com:mazipan/react-workshop.git- Move to the project's directory
$ cd react-workshop- Install dependency
$ npm i- Run the project
$ npm run devOpen 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 🇮🇩