Skip to content

skver0/coding-test

Repository files navigation

Setting up the project

  1. Execute the following commands in your terminal:
git clone https://github.com/skver0/coding-test
cd coding-test
npm install
  1. Create a GitHub access token with access to public repositories.(Guide)
  2. In ./src/index.jsx, replace GITHUB_AUTH_TOKEN with the generated token.

Commands

npm run dev

Builds an unoptimized development version and runs the dev server.
Go to http://localhost:8080 to view it in the browser.

The page will automatically reload if you make any changes.

npm run build

Builds the app in optimized production mode.
The resulting JavaScript and CSS bundles will be placed in the ./public folder.

npm run start

Runs the app built by running npm run build with sirv in single-page application mode (sirv public --single).

NOTE: You must run npm run build before executing this task.

Frameworks/libraries used

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published