Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.03 KB

README.md

File metadata and controls

55 lines (32 loc) · 1.03 KB

npm package name checker

A static site that checks whether an npm package name is taken or available.

Built With

Design:

API:

Hosting:

Resources:

Install

Clone the repository:

git clone https://github.com/remarkablemark/npm-package-name-checker.git
cd npm-package-name-checker

Install the dependencies:

npm install

Available Scripts

In the root directory, you can run:

npm start

Starts the local development server.

npm run build

Builds the web app for production.

npm run clean

Removes the dist/ folder.