Kickstart your Firepack application
Firepack App is in its early phase of development and can be a subject of breaking changes in near future.
Firepack App is a simple application starter for Firepack.
I. Clone the repo
git clone https://github.com/bulicmatko/firepack-app.git <your-app-name>
II. Navigate to newly created folder
cd <your-app-name>
III. Install
npm i
IV. Start the app (in development mode)
npm start
V. Open your browser at http://localhost:8888
VI. Edit source code and build something amazing :)
Note: To preview your app in production mode run npm run build
, then npm run server
and then
open your browser at http://localhost:5000
.
More documentation will be available soon.
To see it in action, please check the demo.
If you want to contribute or share your ideas, please feel free to contact me.
Copyright (c) 2016 Matko Bulic
Licensed under the MIT License