🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

mersin

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mersin

Javascript framework build for speed and simplicity

latest
npmnpm
Version
1.2.2
Version published
Weekly downloads
30
42.86%
Maintainers
1
Weekly downloads
 
Created
Source

Mersin.js template

This template for new Mersin.js web-application.

Developing

npm run dev

... and open browser on http://localhost:7000.

Edit files in src directory or put you static files in public. Web-application opened in development mode will be reloaded on each change.

Deploy

Run command below to build your web-application into optimized buundle:

npm run build

Now you can run npm run start to launch your app in the Node environment.

Or just upload content from the public directory on any static files hosting like Github Pages or any shared hosting.

But the easiest way to publish your app in the Internet is Surge. Just run this command and get the URL where your app is hosted:

npm run surge

FAQs

Package last updated on 03 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts