一个先进的 React Boilerplate

1,256 阅读1分钟

React Boilerplate

A fork of tj/frontend-boilerplate, but more complete and advanced.

Contains

Setup

$ npm install

Coding

# hot reloading
# specific PORT env to use custom port, default 7888
# eg: PORT=3000 npm run dev
$ npm run dev

Build

# minify and optimize
$ npm run build

Note

This is just my personal boilerplate, it may or may not be a good fit for your project(s).

License

MIT © EGOIST