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:
yarn
ornpm install
- Start the dev server:
yarn start
ornpm run start
- Build for production:
yarn build
ornpm run build
- Test a production build:
yarn serve
ornpm run serve