🚀 ice.js: The Progressive App Framework Based On React(基于 React 的渐进式应用框架)
A universal framework based on React.js, 📚 Docs.
We recommend creating a new ice.js app using create-ice, which sets up everything automatically for you. To create a project, run:
$ npm init ice ice-app --template @ice/lite-scaffold
npm init <initializer>
is available in npm 6+
Start local server to launch project:
$ cd ice-app
$ npm install
$ npm run start # running on http://localhost:3000.
It’s as simple as that!
Please see our CONTRIBUTING.md
Contributors can contact us to join the Contributor Group.