Welcome to the Next Wave Dev (NWD) Static Website repository. This project serves as a practicum site to showcase a modern, front-end web development build process using React and standard tooling.
To get a copy of this project up and running on your local machine for development and testing purposes, follow these steps.
You need to have Node.js and npm (Node Package Manager) installed on your system.
-
Clone the repository:
git clone [https://github.com/next-wave-dev-org/nwd-static-website.git](https://github.com/next-wave-dev-org/nwd-static-website.git)
-
Navigate to the project directory: (This step is important!)
cd nwd-static-website -
Install the dependencies:
npm install
Once the installation is complete, you can run various scripts defined in the package.json file.
Runs the app in the development mode. Your site will automatically open in your browser (usually at http://localhost:3000). The page will automatically reload if you make edits.
npm start