Skip to content

nikitaeverywhere/easy-local-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Local Notes

A web application for taking notes built with React JS! See demo here.

Easy Local Notes application demonstrates the usage of React XMasonry layout.

Preview

ScreenShot

How-To Develop

You need the latest Git and NodeJS installed on your system.

To get the source of the project, open the command prompt and clone and enter the project's directory:

git clone https://github.com/ZitRos/easy-local-notes
cd easy-local-notes

The project comes with several dependencies, so you need to install them first to be able to build it. To do this, execute:

npm install

Now you will be able to build the application from sources. JavaScript files, which rest in src folder will be compile to docs/index.js file.

npm run build # or: npm run build-dev to start development build

That's it! You can receive some warnings on this phase: just ignore them.

Now you have the files in docs folder which you can serve to open the application in the browser. For example, you can use serve package to do so:

npm install -g serve # install serve if you haven't already;
serve docs           # start serving files from docs folder.

Then, open the web address printed in the console window.

License

MIT © Nikita Savchenko