New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

nanofront

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nanofront

The Microfrontends Framework with React

latest
npmnpm
Version
0.0.1-alpha.7
Version published
Maintainers
2
Created
Source

Nanofront (under construction)

This framework prototype for Microfrontends, as its version is still in alpha it is not recommended to use it in production environments yet.

This framework offers you:

  • Server and client side rendenring (hybrid or universal)
  • Server side composition

Getting Started

Installing the framework

$ npm i -g nanofront

Creating a new project

$ npx nanofront create

or if you have a global installation you can run

$ nanofront create

It'll ask for some question to start your project.

Building a project

You can run the predefined script in the project

$ npm run build

or if you have a global installation you can run

$ nanofront build

Running a project

You can run the predefined script in the project

$ npm start

or if you have a global installation you can run

$ nanofront run

Developing a project

You can run the predefined script in the project

$ npm run dev

or if you have a global installation you can run

$ nanofront debug

FAQs

Package last updated on 12 May 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