This branch is a version that works exclusively in node environment, The web version itself, web and node versions sources is available at branch hyperlink: web-version.
This is not really an attempt to make a faster and more minimal version of React, but rather to try and understand how React, virtual dom and JSX work.
Warning
This small and very unstable version is not recommended, but you can use it to create small websites.
- Clone this repository
git clone https://github.com/spelsinx/atomic
and go to the directory itself usingcd atomic
. - Download all dependencies
npm install
as wellnpm install -g @babel/core @babel/cli webpack
thennpm i atomic-nodejs style-loader css-loader
alsonpm i @babel/preset-env @babel/preset-react babel-loader
. - Modify the src if you wish, and build src using
npm run build
and actually run the bundle (build dir.) usingnpm run start
of course your site will be running locally and you can see it at the address in your browser:localhost:3000
.
All documentation on methods, requests, and additional information is on the Wiki.
This information is distributed for informational purposes. We are not trying to offend anyone. For more information go to the file LICENSE.