https://github.com/leonardofaria/easynote
Todo list + Notes app created using React, Firebase, re-base and Webpack, following ESLint / Airbnb style guide - https://easynote.leonardofaria.net/
https://github.com/leonardofaria/easynote
firebase react reactjs webpack
Last synced: 3 months ago
JSON representation
Todo list + Notes app created using React, Firebase, re-base and Webpack, following ESLint / Airbnb style guide - https://easynote.leonardofaria.net/
- Host: GitHub
- URL: https://github.com/leonardofaria/easynote
- Owner: leonardofaria
- License: mit
- Created: 2016-10-31T05:05:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T05:01:08.000Z (over 9 years ago)
- Last Synced: 2025-09-05T01:47:28.101Z (10 months ago)
- Topics: firebase, react, reactjs, webpack
- Language: JavaScript
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# easyNote
Todo list + Notes app created using React, Firebase, re-base and Webpack, following ESLint / Airbnb style guide.
## Installation
You will need to install [NodeJS](http://nodejs.org/).
```sh
# Clone the repository:
$ git clone git@github.com:leonardofaria/easynote.git
$ cd easynote
# Installs all the dependencies:
$ npm install
# Rename .env.example to .env and add your Firebase information
$ mv .env.example .env
# Starts a local server on port 3000
$ npm start
```
## Deployment
```sh
$ npm run deploy
```
It creates the compiled assets in `dist` folder and it deploys them in Firebase hosting.