Skip to content

iqionly/nabechi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Read Manga or Watch Anime Online, NO ADS, PURE SURF

Using React, Material UI and Json-Server (Temporary Server)

Available Scripts

Before run, you have to install npm module first :

npm install

Next, you can run:

npm start

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

Build Run Static Server

For environments using Node, the easiest way to handle this would be to install serve and let it handle the rest:

npm install -g serve serve -s build

The last command shown above will serve your static site on the port 5000. Like many of serve’s internal settings, the port can be adjusted using the -l or --listen flags:

serve -s build -l 4000

Run this command to get a full list of the options available:

serve -h

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages