This repo is a ready-to-deploy mirror of React-Static's basic example template. It includes:
- Babel
- CSS imports
- Image imports
- File imports
- Automatic Routing
Visit the React-Static Github Repo!
- Install dependencies:
yarnornpm install - Start the dev server:
yarn startornpm run start - Build for production:
yarn buildornpm run build - Test a production build:
yarn serveornpm run serve