Skip to content

keik/frontend-with-make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frontend-with-make

example for building frontend with Make

develop

% make watch

for

  • running local server with http-server, which host ./ as document root (default port: 8080)
  • running RESTful API server with json-server, which store data to db.json (default port: 3000)

you can run each task above separately with

  • make run-dev-server
  • make run-api-mock-server

for more details, see Makefile

build

% make build

output bundle.js / bundle.css into dist directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published