Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

bulicmatko/firepack-app

Repository files navigation

Firepack App

Kickstart your Firepack application

Build Status Code Coverage Status NPM Status NPM Status NPM Status NPM Status

DISCLAIMER

Firepack App is in its early phase of development and can be a subject of breaking changes in near future.

What is Firepack App

Firepack App is a simple application starter for Firepack.

How can I use Firepack App

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.

Feel free to look around 🙃

Need more docs?

More documentation will be available soon.

Demo

To see it in action, please check the demo.

Contributing

If you want to contribute or share your ideas, please feel free to contact me.

License

Copyright (c) 2016 Matko Bulic
Licensed under the MIT License