Skip to content

leonardofaria/easynote

Repository files navigation

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.

# 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

$ npm run deploy

It creates the compiled assets in dist folder and it deploys them in Firebase hosting.

About

Todo list + Notes app created using React, Firebase, re-base and Webpack, following ESLint / Airbnb style guide - https://easynote.leonardofaria.net/

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published