Text highlighter built with React, JavaScript, Bootstrap, Node and Express.
https://adrianapan.github.io/highlighter-prototype
- Clone the repository
- Run
npm install
- Run the app with
npm start
- Run the unit tests with
npm run test
- Create a production build with
npm run build
- For Node based environments:
- Using serve:
npm install -g serve
serve -s build
- Using Express:
npm install express
node server.js
- First stable release