Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.49 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.49 KB

Border-Radius-Previewer

JS App for previewing CSS3 border radii

NPM Version

This project part of was an intitial effort to help me get a basic understanding of how to program static websites using exlusively Javascript. Namely NodeJS, ExpressJS, and ReactJS. The idea for this came from the App Ideas repo. I'm using it as a set of projects to improve my capabilities in this area. You can see the requirements in the Reqs Doc on this repo.

Prerequisites

To run this website, you should only need NodeJS and the Node Package Manager(NPM). This can be installed on Debian systems with the following commmand.

sudo apt-get install npm

Note: NodeJS version must be v8 or above to run the ReactJS framework

Installing

Step 1

Clone the repository

git clone https://github.com/joshjab/Border-Radius-Previewer.git

Step 2

Run an npm install to download the required packages

cd ./Border-Radius-Previewer
npm install

Deployment

npm start

Authors

  • Joshua Jablonowski - Initial work - joshjab

License

This project is licensed under the MIT License - see the LICENSE file for details