Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loconluis/boilerplate-react-firebase-sass
🌟My configuration for applications created with React, supporting firebase and the Scss preprocessor.
https://github.com/loconluis/boilerplate-react-firebase-sass
boilerplate-application javascript react scss webpack
Last synced: 16 days ago
JSON representation
🌟My configuration for applications created with React, supporting firebase and the Scss preprocessor.
- Host: GitHub
- URL: https://github.com/loconluis/boilerplate-react-firebase-sass
- Owner: loconluis
- License: mit
- Created: 2017-11-07T02:01:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T19:58:15.000Z (about 2 years ago)
- Last Synced: 2023-02-27T05:56:45.509Z (almost 2 years ago)
- Topics: boilerplate-application, javascript, react, scss, webpack
- Language: JavaScript
- Homepage:
- Size: 549 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Boilerplate with Login Page for React Apps and Firebase
For the use of this boilerplate:
1 - `$ git clone https://github.com/loconluis/Boilerplate-React.git`.
2 - `$ cd boilerplate-react`.
3 - Use `$ rm -rf .git` to remove the history of the repository that already exists from git and to be able to start a new one.
4 - `$ git init` for a new git repo.
5 - `$ yarn install`.
6 - `$ yarn run dev-server`.
7 - app is running on `localhost:8080`.
Feel free to write me if you want to collaborate to make it much better, and more optimal.