new-fe-app
v1.0.1
Published
Toolkit to boilerplate new react projects
Downloads
4
Readme
☮ New FE App
What is New FE Ap?
This tool is used to bootstrap react apps with firebase, router, and styled components baked in. Add ons:
- Elefant State Management
- Atomic10 Components*
- Chakra UI*
- Styled Components as an option*
How to use New FE App?
Install:
npm i -g new-fe-app
Use:
new-app [app-name] [options]
Options
| Option | Description |
| :----: | -------------------------------------------------------------------------------------------- |
| -es
| Installs and sets up Elefant State Learn More |
Changes Log
| Version | Description | Date |
| :-----: | -------------------------------------------------------------------------------------------------------------------- | ---------- |
| 1.0.0 | Add: Configuration option to include Elefant StateRemove: Timestamp function from ./template/firebase
| 11/06/2020 |
| 0.0.1 | Initial build and publish to npm | 2/22/2020 |