Skip to content

molhanec/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes App

Notes App demo project for BSC.

Author: Michal Molhanec

Supported Browsers

The app was succesfully tested on Windows 10 x64 using the following browsers:

  • Google Chrome 80.0.3987.163 (64bit)
  • Mozilla Firefox 74.0 (64bit)

Prerequisities

NodeJS + Yarn 1

To install NodeJS: https://nodejs.org/en/
Tested with the version 12.9.1.

To install Yarn: https://classic.yarnpkg.com/en/docs/install
Tested with the version 1.13.0

Running in the development mode

Run the commands:

yarn
yarn start

in the project directory.

Runs the app in the development mode.
Open http://localhost:9000 to view it in the browser.

Running the production build

You can run the production build like this:

yarn
yarn build
yarn global add serve  # Not necessary if you already done it
serve -s build

Open http://localhost:5000 to view it in the browser.

Running the tests

Run yarn test in the project directory.

Used technologies

and their dependencies.

About

Demo app for BSC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors