ccc-static-website

This website is being built using React and Typescript.

Installation

  1. You should have npm already installed on your system.
  2. Run npm install in the project directory
  3. To run a live development server, run npm start, which should launch a brower window tracking live changes.
  4. To create a production build, run npm start build, then serve -s build to see the results.