Skip to content

yazdog8/igneous

Repository files navigation

Instructions

Run the data server

Start the data server by running npm server. The web application will not run properly without the data server running.

Run the application server

Start the application by running npm start. This is how you will view the web application.

You should now be able to view the project.

Available Scripts

In the project directory, you can run (instead of NPM if you have Yarn you can use that):

npm server

Runs node server that will provide application data.
Open http://localhost:5000 to view it in the browser.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm devserver

Runs the node server with nodemon so it will reload with edits.
Open http://localhost:5000 to view it in the browser.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run build:analyze

Creates a build and runs analysis tools on the build size.

Learn More

This project was bootstrapped with Create React App.

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

Code test for Igneous

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published