Minimalist note taking app using React and MobX (for state management)
In order to fire up the development server, follow these instructions:
git clone https://github.com/MehdiSaffar/Notesy
cd Notesy
npm install
npm start
In order to build the website, follow these instructions:
git clone https://github.com/MehdiSaffar/Notesy
cd Notesy
npm install
npm run build
npm
and nodejs
must be installed.
- Mehdi Saffar - LinkedIn
This project is licensed under the MIT License - see the License.md file for details