Display notifications in a navbar
For development, you will only need Node.js installed on your environement. Only visually tested on latest version of Chrome and Firefox
Recommended to use Yarn rather than npm as all instructions will be written with yarn.
Node is really easy to install & now include NPM. You should be able to run the following command after the installation procedure below.
$ node --version
v8.12.0
$ npm --version
5.60
$ git clone git@github.com:wroughtec/notification-bar.git
$ cd notification-bar
$ yarn
$ yarn dev
This will run a server on localhost:1234
and create a folder called dist
in the root of the repo (it is ignored). Any changes you make the files will be rebuilt
@TODO
To run the tests
$ yarn test
- Eslint used to help prevent JavaScript errors.
- Parcel to handle the bundling and running of the server
- Prettier keeps our code correctl formatted.
- React library used to build the UI
- Stylelint is used to prevent CSS errors